Pages: [1] 2 |
1. [Android] Trying to get access token after successful login - in EVE Technology Lab [original thread]
Never mind, found the problem. Turns out the access token was already retrieved ... I'm rewriting the code to work with scribejava, seems easier to do requests with that one.
- by Selaria Unbertable - at 2017.07.16 15:33:02
|
2. [Android] Trying to get access token after successful login - in EVE Technology Lab [original thread]
Hello fellow code monkeys :) I'm currently trying to build an android app that allows me to set waypoints ingame. I'm using the evanova example found on bitbucket ( https://bitbucket.org/evanova/eve-sso-android ), which provided a good st...
- by Selaria Unbertable - at 2017.07.16 11:49:20
|
3. What would you be looking for in a 3rd party program? - in EVE Technology Lab [original thread]
There's one kind of app I am currently missing: A waypoint app. I used to do lots of exploration, and in order to set a route, I used the ingame browser with http://evemaps.dotlan.net/ to plot a route. Now the IGB is gone, but ESI offers a way ...
- by Selaria Unbertable - at 2017.07.16 11:17:52
|
4. Adding Waypoints... Broken? - in EVE Technology Lab [original thread]
Jimronius wrote: Heheh awesome, at least its not me being clueless for once! (not that you're clueless) :) It could be worse... I just realised a few days ago, that the base url for the crest requests had changed recently, and wondered all t...
- by Selaria Unbertable - at 2016.06.16 11:39:38
|
5. Public CREST market history - date limits please? - in EVE Technology Lab [original thread]
Aineko Macx wrote: Simplest would be to fetch most recent date with history data from DB, skip all items in CREST response older than that when preparing the insert. Coming from EMDR, where the DB data could become non-contiguous, I actually f...
- by Selaria Unbertable - at 2015.07.12 09:34:02
|
6. Public CREST market history - date limits please? - in EVE Technology Lab [original thread]
Aineko Macx wrote: Selaria Unbertable wrote: The problem is updating the table in the database for each region/typeID combination. I don't even bother trying to filter anything , I just throw everything into the database using an "INSERT IG...
- by Selaria Unbertable - at 2015.07.11 17:25:26
|
7. Aegis SDE conversion - in EVE Technology Lab [original thread]
o/ Steve, your efforts are appreciated as usual. I think you forgot to include the invVolumes table you added in your last conversion though.
- by Selaria Unbertable - at 2015.07.11 11:49:26
|
8. Public CREST market history - date limits please? - in EVE Technology Lab [original thread]
Zifrian wrote: CCP FoxFour wrote: Aineko Macx wrote: Selaria Unbertable wrote: The problem is updating the table in the database for each region/typeID combination. I don't even bother trying to filter anything , I just throw everythi...
- by Selaria Unbertable - at 2015.07.08 10:17:40
|
9. Timeouts and other issues with CREST and the XML API - in EVE Technology Lab [original thread]
CCP FoxFour wrote: Selaria Unbertable wrote: CCP FoxFour wrote: Few things changed today, really sorry for the lack of notice or proper communication. Things have been a bit hectic, which shouldn't stop this kind of communication. Will tr...
- by Selaria Unbertable - at 2015.07.07 11:32:09
|
10. Public CREST market history - date limits please? - in EVE Technology Lab [original thread]
*Bump* Thought about opening a similar post, but since there's already one... I agree with Zifrian, a limit (maybe a separate url or a parameter) would be really helpful. Polarina wrote: I am assuming that you store dates along with your histo...
- by Selaria Unbertable - at 2015.07.06 14:58:58
|
11. Timeouts and other issues with CREST and the XML API - in EVE Technology Lab [original thread]
CCP FoxFour wrote: Few things changed today, really sorry for the lack of notice or proper communication. Things have been a bit hectic, which shouldn't stop this kind of communication. Will try and get a dev blog out quickly tomorrow. HTTP ha...
- by Selaria Unbertable - at 2015.07.06 14:36:02
|
12. Need help building a new eve app - in EVE Technology Lab [original thread]
Dunpeal Hunter wrote: Hello. I want to make an eve online application, but i could use some help with certain things. The application i want to build will look a lot like https://www.evething.org , but with more of an emphasis to industry, as...
- by Selaria Unbertable - at 2015.03.24 11:18:46
|
13. Model rebalance and database inconsistencies - in EVE Technology Lab [original thread]
Steve Ronuken wrote: The trick is to use an outer join, and then use coalesce to fill in values. I do use LEFT OUTER JOIN and IFNULL in order to prevent null values. Coalesce looks even better, thanks for pointing me to that Steve, that sav...
- by Selaria Unbertable - at 2015.01.11 10:11:18
|
14. Model rebalance and database inconsistencies - in EVE Technology Lab [original thread]
Hello, I hope this is the right spot to post this, otherwise feel free to move this post. I'm currently developing a server application using the latest Rhea data dump. I know that CCP is currently in the process of module tiericiding, as state...
- by Selaria Unbertable - at 2015.01.10 14:45:34
|
15. EVE Online & CPU - Building a gaming-only rig - in EVE Technology Lab [original thread]
If you're building a rig specifically for gaming, it's less about a single component, but more about the interaction of all. You want a good CPU, enough RAM, a good GPU and an SSD (at least for the OS and some of the games/programs). The i7 is a ...
- by Selaria Unbertable - at 2014.12.22 09:23:58
|
16. Importing/Processing Market Data - in EVE Technology Lab [original thread]
Wafflehead wrote: Selaria Unbertable wrote: Wafflehead wrote: Have you checked here: http://dev.eve-central.com/evec-api/start You can import the items and specify the region or even system to use. Your application will just have to c...
- by Selaria Unbertable - at 2014.07.17 14:43:00
|
17. Which industry tools are gonna be updated to Crius data? - in EVE Technology Lab [original thread]
Dev blog - industry-3rd-party-developers Using the new Crest requests, it should not be too difficult to factor in new variables like the new cost index per system. I'm planning to use that for my own application as well, once I got that far wi...
- by Selaria Unbertable - at 2014.07.17 12:43:00
|
18. Importing/Processing Market Data - in EVE Technology Lab [original thread]
Wafflehead wrote: Have you checked here: http://dev.eve-central.com/evec-api/start You can import the items and specify the region or even system to use. Your application will just have to create the pull request for X amount of items per c...
- by Selaria Unbertable - at 2014.07.17 12:40:00
|
19. Importing/Processing Market Data - in EVE Technology Lab [original thread]
Hello fellow developers, I'm currently working on a small industry application, and I have reached a point, where importing market data (prices, volumes etc.) seems desirable. I have done some research on available APIs, and also read the article...
- by Selaria Unbertable - at 2014.07.13 15:20:00
|
20. API - Transaction and journal ids - in EVE Technology Lab [original thread]
Hel O'Ween wrote: Selaria Unbertable wrote: I have three tables where I store the data: one for each character journal entries and transactions and one for corporation journal entries. I would like to store data for more than one character/...
- by Selaria Unbertable - at 2013.11.20 16:42:00
|
Pages: [1] 2 |
First page | Previous page | Next page | Last page |